home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / COMPILER / GUAVAC / FrontEnd2 / !Help
Encoding:
Text File  |  1998-06-04  |  1.6 KB  |  55 lines

  1. !GFront by Andy Smith
  2. ---------------------
  3.  
  4. Version 0.20 (31 May 1998).
  5.  
  6.  
  7. !GFront is a front end for !Gauvac, the GNU Java source file compiler, 
  8. ported by Peter Naulls.
  9.  
  10.  
  11. This is a simple front end to allow Java sources to be compiled without
  12. having to use the command line or obey files.
  13.  
  14.  
  15. To use, run the application, this will place an icon on the icon bar. A Java
  16. source can be dragged to this icon, a window will open showing the current 
  17. settings. Sources can also be dragged to this window.
  18.  
  19.  
  20. The class destination directory can be set by dragging a directory to the 
  21. window or typing in a path for the directory, to reset the destination to 
  22. the default, the Default button can be used.
  23.  
  24.  
  25. Two options are available.
  26.  
  27. Throwback will use !Zap or !StrongEd to produce a list of errors and on 
  28. which line they occurred.
  29.  
  30. Add Extension will add the /class extension onto the class file.
  31.  
  32.  
  33. To compile the source click on the compile button, this will call the guavac 
  34. compiler with the required settings.
  35.  
  36. If the front end detects that you have tried to drag or type in an invalid
  37. Java source it pop up an error window.
  38.  
  39. If you have enough memory more than one compilation can be run at a time, 
  40. if you run out of memory several errors may occur.
  41.  
  42.  
  43. This is my first WIMP program, I found it very interesting understanding
  44. working out how to code some of the features, my thanks to Peter Naulls 
  45. who helped with the style of the program and some of the logic.
  46.  
  47.  
  48. Any bugs or suggestions email them to 
  49.  
  50.   asmith@argonet.co.uk 
  51.   
  52. Updates will be posted on my web site 
  53.  
  54.   http://www/argonet.co.uk/user/andyf/downloads.html
  55.